home *** CD-ROM | disk | FTP | other *** search
- <% '==================================================
- ' Module: ots_error.cpp
- '
- ' Synopsis: Error codes for OTS
- '
- ' Copyright (c) Microsoft Corporation. All rights reserved.
- '================================================== %>
- <%
- Const OTS_ERR_SUCCESS = 0
-
- Const OTS_ERR_INVALID_TABLE = 10001
- Const OTS_ERR_INVALID_COLUMN = 10002
- Const OTS_ERR_INVALID_TASK = 10003
- Const OTS_ERR_ROWS_NOT_SIZED = 10004
- Const OTS_ERR_INVALID_ROW = 10005
- Const OTS_ERR_ROW_NOT_ARRAYTYPE = 10006
- Const OTS_ERR_NO_COLUMNS = 10007
- Const OTS_ERR_NO_ROWS = 10008
- Const OTS_ERR_TASK_NOT_ARRAYTYPE = 10009
- Const OTS_ERR_SORT_FAILED = 10010
-
- %>
-
-